﻿@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
body {
    background: #fff;
    font-family: 'Microsoft YaHei', 'NotoSansHans-light', "Arial", 'SimSun', Serif;
    font-size: 16px;
    color: #333;
    position: relative;
}
a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input,input:focus,button,button:focus{
    border: none;
    box-shadow: none;
    outline: 0;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}
i {
    font-style: normal;
}

h1{
    margin: 0;
    padding: 0;
}

.clear:after{
    content: '';
    height: 0;
    clear: both;
    display: block;
}
/*scroll*/

::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}
::-webkit-scrollbar-button:vertical {
    display: none
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #2879FB;
}
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #2879FB;
}
::-webkit-scrollbar-thumb:vertical:active {
    background-color: #2879FB;
}
.fs18{
    font-size: 18px;
}
.fs24{
    font-size: 24px;
}
.fs30{
    font-size: 30px;
}
.fs36{
    font-size: 36px;
}
.mobile{
    display: none;
}
.pd{
    padding: 0 14.5%;
}
/*@media(max-width: 1780px){
    .pd{
        padding: 0 10%;
    }
}
@media(max-width: 1680px){
    .pd{
        padding: 0 8%;
    }
}
@media(max-width: 1600px){
    .pd{
        padding: 0 6%;
    }
}
@media(max-width: 1440px){
    .pd{
        padding: 0 5%;
    }
}*/
@media(max-width: 1440px){
    .pd{
        padding: 0 5%;
    }
}

@media(max-width: 768px){
    .pd{
        padding: 0 20px;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .fs36{
        font-size: 24px;
    }
    .fs18{
        font-size: 16px;
    }
    .fs30{
        font-size: 24px;
    }
    .fs24{
        font-size: 20px;
    }
}
